home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2000 July / macformat-092.iso / Broderbund Demo / DemoData / Mathwork / MATHWORK.Dxr / 00929_pinTest.ls < prev    next >
Encoding:
Text File  |  1997-08-22  |  109 b   |  9 lines

  1. on exitFrame
  2.   sound stop 1
  3.   sound stop 2
  4.   if soundBusy(1) then
  5.     go(the frame)
  6.   end if
  7.   pinTest()
  8. end
  9.